net/http.http2pipe.b (field)
14 uses
net/http (current package)
h2_bundle.go#L3836: b http2pipeBuffer // nil when done reading
h2_bundle.go#L3858: p.b = b
h2_bundle.go#L3864: if p.b == nil {
h2_bundle.go#L3867: return p.b.Len()
h2_bundle.go#L3882: if p.b != nil && p.b.Len() > 0 {
h2_bundle.go#L3883: return p.b.Read(d)
h2_bundle.go#L3890: p.b = nil
h2_bundle.go#L3917: if p.b == nil {
h2_bundle.go#L3920: return p.b.Write(d)
h2_bundle.go#L3955: if p.b != nil {
h2_bundle.go#L3956: p.unread += p.b.Len()
h2_bundle.go#L3958: p.b = nil
h2_bundle.go#L6252: b: &http2dataBuffer{expected: req.ContentLength},
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)